@font-face {
    font-family: 'medium';
    src: url(/src/font/Inter-Medium.woff2);
}
@font-face {
    font-family: 'regular';
    src: url(/src/font/Inter-Regular.woff2);
}
@font-face {
    font-family: 'semibold';
    src: url(/src/font/Inter-SemiBold.woff2);
}
body{
    margin: 0;
    padding: 0;
    font-family: 'medium';
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #F3F5F5;
    overflow-x: hidden;
}

a{
    text-decoration: none;
    color: #000;
}

.container{
    width: calc(100% - 30px);
    padding: 0 15px;
}

.search_box{
    width: 100%;
    border-radius: 0 0 20px 20px;
    background-color: #5B82F9;
    height: 100px;
    position: fixed;
    z-index: 999;
}

.search_par{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 15px;
    width: 100%;
}
.logo_box{
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}

.logo_box img{
    width: 80%;
}

.inp_style{
    border-radius: 10px;
    border: none;
    padding-left: 15px;
    font-size: 16px;
}

input.search::placeholder{
    color: #BCCCFC;
}

.search{
    height: 34px;
    width: calc(100% - 50px);
}

form{
    width: 100%;
}

.nast{
    margin-left: 13px;
}

.category_index{
    width: calc( 100% - 10px);
    margin-top: 25px;
    overflow-x: scroll;
    padding-left: 10px;
    padding-bottom: 0;

}

.midl_bns{
    display: flex;
    margin-right: 20px;
    width: 100%;
}

.category_index_item{
    display: inline-block;
    min-width: 156px;
    height: 57px;
    background-position: center;
    background-size: cover;
    border-radius: 15px;
    padding: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

.category_index_item{
    background-size: cover cover;
}

.category_index_item_name{
    color: #F3F5F5;
    font-family: 'semibold';
    hyphens:auto;

}


.title_block{
    font-size: 22px;
    text-align: left;
    font-family: 'semibold';
    margin-bottom: 10px;
}

.tovar_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tovar_item {
    width: calc(50% - 5px);
    margin-bottom: 30px;
}
.image_box {
    width: 100%;
    height: 170px;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 10px;
}

.image_box img{
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
}

.tovar_item_nazvanie {
    overflow-wrap: break-word;
    hyphens: auto;    
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #3C3C3C;
    height: 42px;
  
}
.tovar_item_price {
    font-family: 'semibold';
}
.tovar_item_location {
    overflow-wrap: break-word;
    hyphens: auto;    
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #808080;
    font-size: 14px;
}

.margin_top_20px{
    margin-top: 20px;
}

.margin_top_10px{
    margin-top: 10px;

}

.btn_box {
    display: flex;
    margin-top: 10px;

}

.tovar_item_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75%;
    background-color: #5B82F9;
    padding: 7px 0;
    color: #fff;
    font-family: 'regular';
    border-radius: 8px;
    margin-right: 10px;
    font-size: 14px;
}

.inp_btn_form{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #5B82F9;
    padding: 12px 0;
    color: #fff;
    font-family: 'regular';
    border-radius: 8px;
    margin-right: 10px;
    border:none;
    margin-bottom: 10px;
}

.tovar_item_izbr{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #5B82F9;
    border-radius: 8px;
    width: 20%;
}

.izbr_active{
    background-color: #BCCCFC !important;
}

.form_link_box{
    text-align: center;
}
.form_link{
    color:#5B82F9;
}

.navigation{
    position: fixed;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(91, 130, 249, 0.4);
    -moz-box-shadow: 0px 0px 4px 0px rgba(91, 130, 249, 0.4);
    box-shadow: 0px 0px 4px 0px rgba(91, 130, 249, 0.4);
    z-index: 99999999;
    background-color: #fff;
    width: 100%;
    bottom: 0;
    max-width: none;
}
.tov_top_bar_title{
    display: flex;
    justify-content: space-between;
}

.polz_link{
    display: block;
    text-align: end;
}

.navigation_box{
    display: flex;
    justify-content: space-between;
}

.navigation_box_mini_elem_box {
    display: flex;

}
.navigation_mini_elem {
    margin-left: 20px;
}
.navigation_mini_elem_top {
    margin-bottom: 5px;
    margin-top: -6px;
}

.mini_nav_active{
    fill: #5B82F9;
}

.navigation_box {

}
.navigation_box_big_elem_box {
}
.navigation_big_elem_par{
    padding: 10px 0;
    width: 100%;
    height: 100%;
    display: flex;    
}

.navigation_big_elem {
}
.navigation_big_elem_name {
    margin-left: 10px;
    color: #BCCCFC;
    font-family: 'semibold';
}

.top_bar {
    position: fixed;
    width: 100%;
    background-color: #fff;
    padding: 10px 0;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(91, 130, 249, 0.4);
    -moz-box-shadow: 0px 0px 4px 0px rgba(91, 130, 249, 0.4);
    box-shadow: 0px 0px 4px 0px rgba(91, 130, 249, 0.4);
}


.top_bar2 {
    width: 100%;
    padding: 10px 0;
    margin-top: 10px;
}

.page_title2{
    font-size: 20px;
    font-family: 'semibold';
}
.top_bar_contant {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 44px;
}
.top_bar_elem {
}

.image_box_tovar{
    width: calc(100% - 10px);
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;  
    padding-left: 10px;
}


.image_box_tovar::-webkit-scrollbar {
    width: 0;
  }
  

.image_item{
    width: 320px;
    height: 320px;
    overflow: hidden;
    margin-right: 10px;
    border-radius: 15px;
    display: inline-block;
}


.image_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.tovar_price {
    font-size: 22px;
    font-family: 'semibold';

}
.tovar_name {
    font-size: 22px;
    font-family: 'regular';
    margin-top: 10px;
}
.tovar_title{
    font-size: 22px;
    font-family: 'semibold';
    margin-top: 30px;
    margin-bottom: 10px;

}

.name_haract{
    font-size: 16px;
    color: #8B8B8B;
}

.znachenie_haract{
    font-size: 16px;
    border-left: 10px solid #F3F5F5;
}

.tovar_text{
}

.link{
    color: #5B82F9;
}
.persona{
    margin-top: 30px;
}
.persona_avatar{
    
}
.opis_persona{
    margin: 0;
    margin-bottom: 5px;
}

.name_avatar{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.whitespase{
    height: 85px;
    width: 100%;
}

.whitespase_two{
    height: 120px;
    width: 100%;

}

.page_title{
    font-size: 20px;
    font-family: 'semibold';
    margin: 10px 0 10px 32px;

}

.vost{
}

.no_flex{
    justify-content: start;
}

.izbr_contant{
    margin-top: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.izbr_contant_text{
    text-align: center;
}

.light_link{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 18px;
}

.categor_box{
    max-width: 70%;
    margin: 0 auto;
}

.top_bar_right_elem{
    margin-left: auto;
}

.margin_top_none{
    margin-top: 0;
}

.reiting{
    display: flex;
    margin-top: 20px;
    align-items: center;
}

.reiting_nomber{
    font-size: 18px;
    font-family: 'semibold';
    margin-right: 10px;
}
.icon_box_link{
    margin-right: 10px;
}

.icon_link{
    display: flex;
    align-items: center;
}

.margin_top_40px{
    margin-top: 40px;
}
.margin_top_90px{
    margin-top: 140px;
}
.padding_top140{
    padding-top: 140px;
}
.padding_top100{
    padding-top: 100px;
}


.input_obyavlen{
    width: calc(100% - 40px);
    background-color: #fff;
    border: 1px solid #C9C9C9;
    padding: 13px 20px;
    border-radius: 10px;
    font-size: 14px;
    outline-color: #5B82F9;
}

.objavlenie_btn_box{
    display: flex;
    justify-content: space-between;
}

.btn_objav_active{      
    background-color: #5B82F9 !important;
    color: #fff;
}

.btn_objav{
    width: calc(50% - 5px);
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EDEDED;
    border-radius: 10px;
    border: 1px solid #C9C9C9;
}

.margin_top_30px{
    margin-top: 30px;
}

.whitespase_three{
    height: 180px;
    width: 100%;
    margin-top: 50px;
}

.whitespase_four{
    height: 130px;
    width: 100%;

}

.objav_image_box{
    display: flex;
    flex-wrap: wrap;
}

.objav_image{
    width: 113px;
    height: 113px;
    margin-right: 10px;
}

.objav_image img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media (min-width: 800px) {
    .tovar_item{
    width: calc(33% - 5px);
    }
}

@media (min-width: 1200px) {
    .tovar_item{
    width: calc(25% - 5px);
    }

    .container{
    width: 1160px;
    padding: 0 20px;
    margin: 0 auto;
}

.category_index{
    width: 1160px;
    padding: 0 20px;
    margin: 0 auto;
    margin-top: 50px;
}

.navigation{
    width: 100%;
    margin: 0 auto;
    max-width: none;

}

.tovar_box{
    justify-content: start;
    gap: 5px;
}

.image_box_tovar{
    width: 1160px;
    padding: 0 20px;
    margin: 0 auto;
    margin-top: 100px;
    white-space: wrap;
}

.image_item{
    
    width: calc(24% - 5px);
}
}
.cont_title{
    font-size: 24px;
    margin-bottom: 0;
}

.form_login{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#cookie_note{
    display: none;
    position: fixed;
    bottom: 15px;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_note p{
    margin: 0;
    font-size: 0.7rem;
    text-align: left;
    color: black;
}

.cookie_accept{
    width:20%;
}
@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
    }
}

@media (max-width: 575px){
    #cookie_note.show{
        display: block;
        text-align: left;
    }
}

.gr_btn{
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    border: 1px solid #C9C9C9;
    border-radius: 10px;
}


.mass_box{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.mass_appon {
    padding: 10px;
    border-radius: 10px;
    background: #DAE3FE;
    width: 80%;
}

.mass_me{
    padding: 10px;
    border-radius: 10px;
    background: #BCCCFC;
    width: 80%;
    align-self: flex-end;

}

.mass_text_box {
    margin: 0;

}
.mass_data {
    color: #727272;
    margin: 0;
    margin-top: 5px;
    text-align: end;
    font-size: 14px;
}

.go_mass {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
}

.go_mass_wrapper{
    position: fixed;
    bottom: 80px;
    z-index: 99999999;
    width: 100%;

}

.go_mass_input {
    -webkit-box-shadow: 0px 0px 4px 0px rgba(91, 130, 249, 0.4);
    -moz-box-shadow: 0px 0px 4px 0px rgba(91, 130, 249, 0.4);
    box-shadow: 0px 0px 4px 0px rgba(91, 130, 249, 0.4);
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 7px;
    flex: 1;
    outline-color: #b3c6ff;
}
.go_mass_input::placeholder{
    color: #BCCCFC;
}

.go_mass_btn {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #BCCCFC;
    border: none;
    outline: 3px solid #fff;
    border-radius: 7px;

}

.massage_all_block {

}

.massage_all {

}

.massage_item {
    display: block;
    border-bottom: 1px solid #b6b6b6; 
    padding: 25px 0;
}

.no_read{
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #5B82F9;
    position: absolute;
    left: -5px;
    top: -10px;
}

.wrap_mass_info {
    display: flex;
    gap: 10px;
    position: relative;

}

.wrap_mass_text{
    flex: 1;
}

.wrap_mass_text_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
    
}

.massage_item_image {
    width: 52px;
    height: 52px;
    border-radius: 7px;
    overflow: hidden;

}

.massage_item_image img {
    width: 52px;
    height: 52px;
    object-fit: cover;

}

.massage_item_name_person {
    font-family: 'semibold';

}

.mass_data {

}

.massage_item_name_product {

}

.massage_item_text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
            line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #8B8B8B;
    margin-top: 10px;

}

.chat_form{
    display: flex;
    gap: 12px;
}

.btn_absol{
    width: 55%;
    max-width: 400px;
    background-color: #5B82F9;
    padding: 10px 0;
    color: #fff;
    font-family: 'regular';
    border-radius: 8px;
    margin-right: 10px;
    border: none;
    outline: none;
}

.wrap_absol_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 80px;
    width: 100%;
}

select{
    width: 100% !important;
}


.parent_inp{
    margin-top: 20px;
    display: flex;
    flex-direction: column-reverse;
    gap: 5px;
}

.input-file{
    margin-top: 20px;
    display: flex;
    flex-direction: column-reverse;
    gap: 5px;

}

.input-file-list-img{
    width: 114px;
    height: 114px;
    object-fit: cover;
    border-radius: 10px;

}

.input-file-list-name{
    display: none;
}

.input-file-list-remove{
}

.phone_btn{
    min-width: 170px;
}

.chat_btn{
}

.otz_statistica {
}
.otz_title {
    font-size: 46px;
}
.otz_text {
}
.otz_contant {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
}
.otz_element {    
}
.otz_element_persona {
    display: flex;
    gap: 10px;
}
.otz_pers_img {

}
.otz_pers_img img{
    width: 38px;
    height: 38px;
    object-fit: cover;
    border-radius: 50%;
}

.otz_pers_info {
}
.otz_pers_name {
    font-weight: 900;
}
.otz_pers_data {
    color: #595959;
    font-size: 14px;
}
.otz_persona_stat {
    font-weight: 900;
    display: flex;
    font-size: 14px;
    margin: 0;
}
.otz_persona_stat_nomb {
    color: #00C02A;
    margin-left: 5px;
}
.otz_text {
    font-size: 14px;
    margin-top: 10px;
}

.star_rating input[type="radio"] {
    display: none;
  }

  .star_rating label {
    font-size: 2rem;
    color: rgb(141, 141, 141);
    cursor: pointer;
    transition: color 0.2s;
  }

  .star_rating{
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
  }

  .star_rating input[type="radio"]:checked ~ label {
    color: gold;
  }

  .form_btn{
    margin-top: 20px;
    width: 100%;
    max-width: 400px;
    background-color: #5B82F9;
    padding: 10px 0;
    color: #fff;
    font-family: 'regular';
    border-radius: 8px;
    margin-right: 10px;
    border: none;
    outline: none;    
  }

  .margin_auto{
    margin: 0 auto;
  }

  .yved_page{
    height: calc(100vh - 100px);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .t_a_center{
    text-align: center;
  }

  .top_bar_btn{
    width: auto !important;
    padding: 7px !important;
    margin: 0 !important;
  }

  .whitespase_11{
    height: 150px;
    width: 100%;

  }

  .input_select{
    width: 100%;
    background-color: #fff;
    border: 1px solid #C9C9C9;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 14px;
    outline-color: #5B82F9;
  }

  .input_select {
    appearance: none;
    -webkit-appearance: none; /* For Safari */
    -moz-appearance: none; /* For Firefox */
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 16px;
    color: #333;
    outline: none;
    cursor: pointer;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="%23999"><polygon points="0,0 20,0 10,10"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
    transition: border-color 0.3s, box-shadow 0.3s;
  }

  .input_select:focus {
    border-color: #5B82F9;
  }

  .input_obyavlen_50proc{    
    width: calc(50% - 40px);
    background-color: #fff;
    border: 1px solid #C9C9C9;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 14px;
    outline-color: #5B82F9;
  }

  .flex{
    display: flex;
  }
  
  .gap_10px{
    gap: 10px;
  }
  .filt_btn{
    background-color: #5B82F9;
    border: #5B82F9;
    color: #fff;
  }

  .pop_up{
    background-color: #F3F5F5;
    padding: 30px 0;
    margin-top: 100px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(91, 130, 249, 0.4);
    -moz-box-shadow: 0px 0px 4px 0px rgba(91, 130, 249, 0.4);
    box-shadow: 0px 0px 4px 0px rgba(91, 130, 249, 0.4);
    height: 100%;

  }

  .close{
    display: flex;
    justify-content: flex-end;
  }

  .hd{
    display: none;
  }

  .input-symbol-euro {
    position: relative;
  }
  .input-symbol-euro input {
    padding-right: 18px;
  }
  .input-symbol-euro:after {
    position: absolute;
    top: 0;
    content: "€";
    right: 5px;
  }

  .categor_box_sear{
    color: #727272;
  }

  .form_button{
    width: 100%;
    background-color: #5B82F9;
    padding: 7px 0;
    color: #fff;
    font-family: 'regular';
    border-radius: 8px;
    margin-right: 10px;
    font-size: 14px;
    border: none;
    margin-top: 20px;

  }

  .input-file {
	position: relative;
	display: inline-block;
}
.input-file-btn {
	position: relative;
	display: inline-block;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	font-size: 14px;
	vertical-align: middle;
	color: rgb(255 255 255);
	text-align: center;
	border-radius: 8px;
	background-color: #5B82F9;
	line-height: 22px;
	height: 30px;
	padding: 5px 20px;
	box-sizing: border-box;
	border: none;
	margin: 0;
	transition: background-color 0.2s;
}
.input-file-text {
	padding: 0 10px;
	line-height: 40px;
	display: inline-block;
    font-size: 14px;
    color: #808080;
}
.input-file input[type=file] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
 
/* Focus */
.input-file input[type=file]:focus + .input-file-btn {
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
 
/* Hover/active */
.input-file:hover .input-file-btn {
	background-color: #5B82F9;
}
.input-file:active .input-file-btn {
	background-color: #5B82F9;
}
 
/* Disabled */
.input-file input[type=file]:disabled + .input-file-btn {
	background-color: #eee;
}

.input-file-list{
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}


.input-file-list-item{
    position: relative;
}

.input-file-list-remove{
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 999;
    background-color: #ffffff80;
    padding: 0px 5px 2px 5px;
    border-radius: 6px;
}

.popup1 {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 200px;
    background-color: #fff;
    border: 1px solid #000;
  }

  .bcgr_gl {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(24, 24, 24);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999999;
}

.gl_close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.photo_box_gl {
    position: relative;
    height: 90%;
    display: flex;
    justify-content: center;
    width: 100%;
}

.photo_box_gl img {
    width: 100%;
    transition: transform 0.5s ease-in-out;
    object-fit: contain;
}

.gl_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 10;
}

.gl_arrow.left {
    left: 10px;
}

.gl_arrow.right {
    right: 10px;
}

.gl_counter {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: white;
    font-size: 16px;
}

@media (max-width: 768px) {
    .gl_arrow {
        display: none;
    }
}

.hd{
    display: none;
  }


  .photo_box_gl img {
    transition: transform 0.3s ease; /* Плавный зум */
}

.gal_black_wrap{
    position: fixed;
    z-index: 999999999;
    min-width: 100%;
    height: 100vh;
    background-color: #000;
}
.gal_black {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.gal_black_element {
    width: 100%;
    flex-shrink: 0; /* Не позволяет элементам уменьшаться */
    overflow-x: scroll; /* Добавляем горизонтальную прокрутку */
    scroll-snap-type: x mandatory; /* Для плавного прерывания прокрутки */
    -webkit-overflow-scrolling: touch; /* Для мобильных устройств */
    height: 100%;
    display: flex;
    align-items: center;
}

.gal_black_element_image {
    width: 100%;
    transition: transform 0.25s ease; /* Плавное увеличение */
}




.modal_balance_wrap{
    display: none; /* По умолчанию скрываем */
    position: fixed;
    background-color: #00000060;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 99999999;
}

.modal_balance{
    width: 260px;
    height: auto;
    padding: 20px;
    border-radius: 20px;
    background: #F3F5F5;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.modal_balance_title{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-size: 16px !important;
}

.modal_balance_wrap.show_bal {
    display: flex; /* Показываем при открытии */
}


.parent_inp_100_procent{
    width: 50%;
}

.input_obyavlen_100proc{    
    width: calc(100% - 40px);
    background-color: #fff;
    border: 1px solid #C9C9C9;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 14px;
    outline-color: #5B82F9;
  }

  .gal_black_elem_arrow_box{
    height: 100%;
    display: flex;
    align-items: center;
  }


  .gal_black_elem_arrow_left{
    position: absolute;
    z-index: 2;
    left: 5px;
    width: 20px;
    height: 20px;
    background-color: #f8faff;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 1px;
  }

  .gal_black_elem_arrow_right{
    position: absolute;
    z-index: 2;
    right: 5px;
    width: 20px;
    height: 20px;
    background-color: #f8faff;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 1px;


  }
  .gal_black_elem_arrow_right{
    rotate: 180deg;
  }

  .chat_counter_parent{
    position: relative;
  }

  .chat_counter{
    position: absolute;
    right: -10px;
    top: 15px;
    background-color: #ffffff;
    width: 26px;
    height: 16px;
    font-size: 14px;
    border-radius: 20px;
    display: flex;
    padding: 0 3px;
    align-items: center;
  }


  .search_box2{
    width: 100%;
    border-radius: 0 0 20px 20px;
    background-color: #5B82F9;
    height: 60px;
    position: fixed;
    z-index: 999;

  }

  .whitespase_40{
    height: 40px;
    width: 100%;
  }
          .fixed-image {
            position: fixed;
            right: 0;
            bottom: 100px;
            width: 32px;
            height: 32px;
            cursor: pointer;
            z-index: 1000000;
        }
        
        .fixed-image img {
            width: 100%;
            height: 100%;
            display: block;
        }

.form-group{
    margin-top: 20px;
}

.input_support{
    margin-top: 5px;
}

.btn_support{
    margin-top: 20px;
}



.autocomplete-container {
    position: relative;
    margin: 20px 0;
}

label {
    display: block;
    margin-bottom: 8px;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 6px 6px;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 250px;
    overflow-y: auto;
    background-color: white;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    display: none;
}

.autocomplete-items.active {
    display: block;
}

.autocomplete-items div {
    padding: 12px 15px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s;
}

.autocomplete-items div:hover {
    background-color: #f8f8f8;
}

.autocomplete-items .active-item {
    background-color: #4CAF50 !important;
    color: white;
}

.hint {
    margin-top: 8px;
    font-size: 14px;
    color: #666;
}

.chat_active .navigation {
    transform: translateY(-100%);
    transition: transform 0.3s ease;
}

.chat_active .navigation{
    padding-top: 0 !important;
    height: 100vh;
}

